*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 7 Jun 2007 00:35:28 +0000 (00:35 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 7 Jun 2007 00:35:28 +0000 (00:35 +0000)
lisp/ChangeLog

index efdf22655df219ef0c1a2a05258610bb06e7b55d..6cee0618f96d14dc2ca1e2cc15dadf521b7f7fb2 100644 (file)
        (cperl-string-syntax-table): Make { and } not-grouping
          (Sometimes they ARE grouping in RExen, but matching them would only
           confuse in many situations when they are not)
-       (beginning-of-buffer): Replace two occurences with goto-char...
+       (beginning-of-buffer): Replace two occurrences with goto-char...
        (cperl-calculate-indent): `char-after' could be nil...
        (cperl-find-pods-heres): REx can start after "[" too.
                Hightlight (??{}) in RExen too.
        New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
 
        * dired.el (dired-move-to-filename-regexp): Remove.
-       All occurences replaced by `directory-listing-before-filename-regexp'.
+       All occurrences replaced by `directory-listing-before-filename-regexp'.
 
        * dired-x.el, locate.el, vc.el:
        Replace `dired-move-to-filename-regexp' by
        `directory-listing-before-filename-regexp'.  In vc.el it is
        overwritten locally; maybe this can be handled in files.el too.
 
-       * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
+       * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
        replaced by `directory-listing-before-filename-regexp'.
 
 2005-10-23  Andreas Schwab  <schwab@suse.de>